home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 60750 / 60750.xpi / surfcanyon_sc.xpi / content / sc.css < prev    next >
Cascading Style Sheet File  |  2009-11-12  |  1KB  |  46 lines

  1. statusbarpanel#surfcanyon-status {
  2.     list-style-image: url("chrome://surfcanyon/content/status_on.jpg");
  3. }
  4.  
  5. statusbarpanel#surfcanyon-status[status="1"] {
  6.     list-style-image: url("chrome://surfcanyon/content/status_on.jpg");
  7. }
  8.  
  9. statusbarpanel#surfcanyon-status[status="0"] {
  10.     list-style-image: url("chrome://surfcanyon/content/status_off.jpg");
  11. }
  12.  
  13. /* Surf Canyon URL Bar - Shareaholic */
  14. .surfcanyon-urlbar-title {
  15.     -moz-appearance: none !important;
  16.     padding: 4px 1px 2px 1px !important;
  17.     margin-bottom: 2px !important;
  18.     font-weight: bold;
  19.     background-color: #330033;
  20.     color: #EEE;
  21.     margin: 0px;
  22. }
  23. #surfcanyon-urlbar-main {list-style-image: url("chrome://surfcanyon/content/mailto.png");}
  24. #surfcanyon-urlbar-main > .button-box,
  25. #surfcanyon-urlbar-main:hover:active > .button-box {
  26.     padding: 0px;
  27.     border: 0px;
  28.     margin-right: 1px;
  29.     margin-left: 1px;
  30.     background: none;
  31. }
  32.  
  33. #surfcanyon-urlbar-main > hbox > .button-menu-dropmarker,#surfcanyon-urlbar-main > hbox > .button-text {
  34.     display: none;
  35. }
  36.  
  37. #surfcanyon-urlbar-main {
  38.     -moz-appearance: none;
  39.     background: none;
  40.     -moz-binding: url("chrome://global/content/bindings/button.xml#menu");
  41.     min-width: 0;
  42.     margin-right: 1px !important;
  43.     min-height: 0
  44. }
  45.  
  46.